Companion

object Companion

Functions

multiLine
Link copied to clipboard
fun multiLine(title: String, startLine: Int, endLine: Int): AnnotationProperties
Create an annotation with a multi-line location.
noLine
Link copied to clipboard
fun noLine(title: String): AnnotationProperties
Create an annotation with no location information.
singleLine
Link copied to clipboard
fun singleLine(title: String, line: Int, startColumn: Int? = null, endColumn: Int? = startColumn): AnnotationProperties
Create an annotation with a single line location, optionally with start and end columns.

Sources

js source
Link copied to clipboard